home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / DOCS / LIBERATD.LHA / LiberationCDウイInstallInfo.lha / install < prev    next >
Encoding:
Text File  |  1994-02-24  |  709 b   |  25 lines

  1. echo "This Install Script will Join the files to one big LHA File"
  2. echo "After joining them you will be asked if you want to "
  3. echo "decrunch it. You need 9,6 MB HD Space for the Joined file "
  4. echo "and 16,6 MB for the decrunching !! " 
  5. echo "Use if you want to do it directly use the -Qv option"
  6. echo "Don`t Forget to copy the libs and devs to your directorys !"
  7. echo " "
  8. ask "Do you wish to continue the install [y/N]?"
  9. if warn
  10. failat 300
  11.  
  12. join libe.l00 libe.l01 libe.l02 libe.l03 libe.l04 libe.l05 libe.l06 libe.l07 libe.l08 libe.l09 as liberation.lha
  13.  
  14. endif
  15.  
  16. echo "You will need for this 17 Megs free !"
  17. ask "Do you wish to decrunch the file now [y/N]?"
  18. if warn
  19. failat 300
  20.  
  21. lharc x liberation.lha
  22.  
  23. endif
  24.  
  25.